GetGenerateResults

The samples below reflect a GetGenerateResults request and response.

Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
   <soap:Header/>
   <soap:Body>
      <v2:GetGenerateResults>
         <!--Optional:-->
         <!--type: string-->
         <v2:transactionIdentifier>336962</v2:transactionIdentifier>
      </v2:GetGenerateResults>
   </soap:Body>
</soap:Envelope>

Response

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetGenerateResultsResponse</a:Action>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2016-06-15T12:37:45.883Z</u:Created>
            <u:Expires>2016-06-15T12:42:45.883Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <GetGenerateResultsResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <GetGenerateResultsResult>
            <PassthroughIdentifier xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
            <Status xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Sucessful</Status>
            <StatusDescription xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
            <Documents xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
               <DocSetTxnIDRef xsi:nil="true"/>
               <DocSetPackageIDRef>PKG.DepositAccountOpening</DocSetPackageIDRef>
               <Packet>
                  <DocInstances>
                     <DocData>
                        <base64>JVBERi0xLjQKJeL</base64>
                        <text xsi:nil="true"/>
                        <xml>
                           <NotApplicable/>
                        </xml>
                     </DocData>
                     <InstanceDisplayName>Truth In Savings/Account Disclosure - Savings Account - 80001235</InstanceDisplayName>
                     <InstanceFileName>Default-Truth_In_Savings_Account_Disclosure_-_Savings_Account_-_80001235.pdf</InstanceFileName>
                     <InstanceFormattingMetadata xsi:nil="true"/>
                     <InstancePacketType xsi:nil="true"/>
                     <InstancePacketName xsi:nil="true"/>
                     <InstanceDocumentRef xsi:nil="true"/>
                     <InstanceSequence xsi:nil="true"/>
                     <InstanceBarcodeValue xsi:nil="true"/>
                     <InstancePageCount xsi:nil="true"/>
                     <DocFormat xsi:nil="true"/>
                     <Copy xsi:nil="true"/>
                     <SignaturePointSet xsi:nil="true"/>
                  </DocInstances>
                  <OutputDestination xsi:nil="true"/>
                  <DocFormat xsi:nil="true"/>
                  <Recipient xsi:nil="true"/>
                  <DocData xsi:nil="true"/>
                  <PacketCustomDataItems xsi:nil="true"/>
                  <SignaturePointSet xsi:nil="true"/>
               </Packet>
            </Documents>
         </GetGenerateResultsResult>
      </GetGenerateResultsResponse>
   </s:Body>
</s:Envelope>